home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / TickleServices / TickleServices.app / English.lproj / Tickle.nib / data.classes next >
Text File  |  1993-06-27  |  864b  |  61 lines

  1. EventWindow = {
  2.     SUPERCLASS = Window;
  3. };
  4. DocumentAgent = {
  5.     ACTIONS = {
  6.     windowWillClose:;
  7.     print:;
  8.     docEdited:;
  9.     saveTo:;
  10.     save:;
  11.     performMiniaturize:;
  12.     saveAs:;
  13.     revertToSaved:;
  14.     windowDidResignKey:;
  15.     makeKeyAndOrderFront:;
  16.     performClose:;
  17.     windowDidBecomeMain:;
  18.     windowDidBecomeKey:;
  19.     windowDidResignMain:;
  20.     };
  21.     SUPERCLASS = NibAgent;
  22. };
  23. SideSplitView = {
  24.     OUTLETS = {
  25.     rightView;
  26.     leftView;
  27.     delegate;
  28.     };
  29.     SUPERCLASS = View;
  30. };
  31. NibAgent = {
  32.     ACTIONS = {
  33.     makeKeyAndOrderFront:;
  34.     };
  35.     OUTLETS = {
  36.     mainWindow;
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40. FirstResponder = {
  41.     ACTIONS = {
  42.     };
  43.     SUPERCLASS = Object;
  44. };
  45. EmacsText = {
  46.     SUPERCLASS = Text;
  47. };
  48. FileAgent = {
  49.     SUPERCLASS = DocumentAgent;
  50. };
  51. TickleAgent = {
  52.     ACTIONS = {
  53.     selectService:;
  54.     };
  55.     OUTLETS = {
  56.     text;
  57.     browser;
  58.     };
  59.     SUPERCLASS = FileAgent;
  60. };
  61.